home *** CD-ROM | disk | FTP | other *** search
- // -*- C++ -*-
- // $Id: $
-
-
- #ifndef X_h_IS_INCLUDED
- #define X_h_IS_INCLUDED
-
- // various include-statements
-
- class X
- {
- // ....
- void exampleFunction (real exampleParameter);
- };
-
- /*BGNHDR
-
- NAME
- X - example class for explaining *.h and *.C files
-
- KEYWORDS
- example class, header files
-
- ENDHDR*/
- #endif
-
- /* LOG HISTORY of this file:
- $Log: $
- */
-